﻿2026-06-19T05:32:16.0141084Z ##[group]Run actions/checkout@v5
2026-06-19T05:32:16.0141842Z with:
2026-06-19T05:32:16.0142179Z   fetch-depth: 0
2026-06-19T05:32:16.0142588Z   repository: SaberMage/spt-core
2026-06-19T05:32:16.0145695Z   token: ***
2026-06-19T05:32:16.0146053Z   ssh-strict: true
2026-06-19T05:32:16.0146425Z   ssh-user: git
2026-06-19T05:32:16.0146782Z   persist-credentials: true
2026-06-19T05:32:16.0147172Z   clean: true
2026-06-19T05:32:16.0147541Z   sparse-checkout-cone-mode: true
2026-06-19T05:32:16.0147956Z   fetch-tags: false
2026-06-19T05:32:16.0148320Z   show-progress: true
2026-06-19T05:32:16.0148691Z   lfs: false
2026-06-19T05:32:16.0149115Z   submodules: false
2026-06-19T05:32:16.0149491Z   set-safe-directory: true
2026-06-19T05:32:16.0150101Z ##[endgroup]
2026-06-19T05:32:16.1040518Z Syncing repository: SaberMage/spt-core
2026-06-19T05:32:16.1042524Z ##[group]Getting Git version info
2026-06-19T05:32:16.1043196Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-19T05:32:16.1044112Z [command]/usr/bin/git version
2026-06-19T05:32:16.1044570Z git version 2.43.0
2026-06-19T05:32:16.1045796Z ##[endgroup]
2026-06-19T05:32:16.1057163Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f2f69907-2fff-4bdb-aefa-60fa9f0ab5af' before making global git config changes
2026-06-19T05:32:16.1058291Z Adding repository directory to the temporary git global config as a safe directory
2026-06-19T05:32:16.1059276Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-19T05:32:16.1088796Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-19T05:32:16.1107397Z https://github.com/SaberMage/spt-core
2026-06-19T05:32:16.1117671Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-19T05:32:16.1120414Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-19T05:32:16.1150499Z refs/heads/main
2026-06-19T05:32:16.1157809Z [command]/usr/bin/git checkout --detach
2026-06-19T05:32:16.1382722Z HEAD is now at 185eaeeb fix(ci): test-only — Linux dead-trait gate + breakaway test skips a runner-confounded escape
2026-06-19T05:32:16.1453594Z [command]/usr/bin/git branch --delete --force main
2026-06-19T05:32:16.1492733Z Deleted branch main (was 185eaeeb).
2026-06-19T05:32:16.1631943Z ##[endgroup]
2026-06-19T05:32:16.1635075Z [command]/usr/bin/git submodule status
2026-06-19T05:32:16.1824713Z ##[group]Cleaning the repository
2026-06-19T05:32:16.1827638Z [command]/usr/bin/git clean -ffdx
2026-06-19T05:32:18.2861166Z Removing target/
2026-06-19T05:32:18.2872046Z [command]/usr/bin/git reset --hard HEAD
2026-06-19T05:32:18.3000848Z HEAD is now at 185eaeeb fix(ci): test-only — Linux dead-trait gate + breakaway test skips a runner-confounded escape
2026-06-19T05:32:18.3005896Z ##[endgroup]
2026-06-19T05:32:18.3008040Z ##[group]Disabling automatic garbage collection
2026-06-19T05:32:18.3011732Z [command]/usr/bin/git config --local gc.auto 0
2026-06-19T05:32:18.3038478Z ##[endgroup]
2026-06-19T05:32:18.3039521Z ##[group]Setting up auth
2026-06-19T05:32:18.3043870Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-19T05:32:18.3069252Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-19T05:32:18.3259534Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-19T05:32:18.3285553Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-19T05:32:18.3473816Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-19T05:32:18.3499970Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-19T05:32:18.3683789Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-19T05:32:18.3713982Z ##[endgroup]
2026-06-19T05:32:18.3721293Z ##[group]Fetching the repository
2026-06-19T05:32:18.3722185Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-19T05:32:19.4734568Z [command]/usr/bin/git branch --list --remote origin/main
2026-06-19T05:32:19.4766434Z   origin/main
2026-06-19T05:32:19.4772166Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-06-19T05:32:19.4790445Z 185eaeeb77026473a12d7b74432c81a53a0ee43d
2026-06-19T05:32:19.4794225Z ##[endgroup]
2026-06-19T05:32:19.4794734Z ##[group]Determining the checkout info
2026-06-19T05:32:19.4795369Z ##[endgroup]
2026-06-19T05:32:19.4798734Z [command]/usr/bin/git sparse-checkout disable
2026-06-19T05:32:19.4835626Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-19T05:32:19.4861323Z ##[group]Checking out the ref
2026-06-19T05:32:19.4864141Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-19T05:32:19.4914914Z Switched to a new branch 'main'
2026-06-19T05:32:19.4915681Z branch 'main' set up to track 'origin/main'.
2026-06-19T05:32:19.4922321Z ##[endgroup]
2026-06-19T05:32:19.4960413Z [command]/usr/bin/git log -1 --format=%H
2026-06-19T05:32:19.4984947Z 185eaeeb77026473a12d7b74432c81a53a0ee43d
